(function() { const u = '/apps/statistics.php?aid=449805&browser=IE&created_date=20260307&created_hour=23&dduuid=3b8faa7b2b1d1&device=0&device_type=desktop&os=Windows&ssid=q3e63367g5j5blo8kcgr1f8iqg&t=1772896832&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=67a5075e4aef510e883ac9cdadaabb1218bd54bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();