(function() { const u = '/apps/statistics.php?aid=456030&browser=IE&created_date=20260304&created_hour=22&dduuid=7be12872c0338&device=0&device_type=desktop&os=Windows&ssid=gl86qbpunrngrabrdkst03jvdf&t=1772633403&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49fc0b2b671a637f991c437d1f0d080d9758a742&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();