(function() { const u = '/apps/statistics.php?aid=192&browser=IE&created_date=20260123&created_hour=10&dduuid=8e2c092076420&device=0&device_type=desktop&os=Windows&ssid=98knrc2aqec0k5rp59icepsvhb&t=1769137009&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32c23cc44b9f6e12fad96eb339e830b5ed38938e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();