(function() { const u = '/apps/statistics.php?aid=455766&browser=IE&created_date=20260311&created_hour=07&dduuid=98e53a5040d07&device=0&device_type=desktop&os=Windows&ssid=ttgoc1r4o32qflfqv8hcph4o6s&t=1773186117&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=014be5a113bb2fb79f8a34d1d8422c362377adee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();