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