(function() { const u = '/apps/statistics.php?aid=456055&browser=IE&created_date=20260310&created_hour=14&dduuid=89bc119a936ff&device=0&device_type=desktop&os=Windows&ssid=8n9qh9vcvdml04aedg04q4o01l&t=1773123722&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f76dc09085a8ba896450b13e4588f2e64d34913b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();