(function() { const u = '/apps/statistics.php?aid=455920&browser=IE&created_date=20260310&created_hour=14&dduuid=352267cfb3d90&device=0&device_type=desktop&os=Windows&ssid=n4nl8qjnv29e690u4c4m330nte&t=1773123763&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=815ea473791a9d75ab5e0bb27aa517e346ad5bc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();