(function() { const u = '/apps/statistics.php?aid=451357&browser=IE&created_date=20260225&created_hour=07&dduuid=c8e888d21a49c&device=0&device_type=desktop&os=Windows&ssid=f7oeasd80a795to3hmje1355e6&t=1771976604&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b93e208213e53eaa7573dd6aa31ef3fb6dd03845&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();