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