(function() { const u = '/apps/statistics.php?aid=451706&browser=IE&created_date=20260225&created_hour=05&dduuid=626c7e69a3401&device=0&device_type=desktop&os=Windows&ssid=br54n0vn68j3kjgv4vtrthd6jn&t=1771969257&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=589aaf0218910735d34a675d8ace59b2447d5e10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();