(function() { const u = '/apps/statistics.php?aid=442396&browser=IE&created_date=20260304&created_hour=22&dduuid=8bba60a37ae69&device=0&device_type=desktop&os=Windows&ssid=s3q1fbti6d4csromk25dpvv3r2&t=1772635246&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d691825bb99588d8e7b19f55448c7989f190b584&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();