(function() { const u = '/apps/statistics.php?aid=448162&browser=IE&created_date=20260123&created_hour=08&dduuid=916ce39a580fa&device=0&device_type=desktop&os=Windows&ssid=et4p9trfv38ho8lt2m683ea36q&t=1769127675&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30777cf7a3c05f064f166ece1c665c49140068ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();