(function() { const u = '/apps/statistics.php?aid=452448&browser=IE&created_date=20260224&created_hour=21&dduuid=37c69b2678e08&device=0&device_type=desktop&os=Windows&ssid=1af5ed69n3bv5bed5lp25gpl6r&t=1771938015&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=178d73434606da80a2bf8e8bd598ec472ff523a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();