(function() { const u = '/apps/statistics.php?aid=454496&browser=IE&created_date=20260223&created_hour=19&dduuid=8ea62fba39751&device=0&device_type=desktop&os=Windows&ssid=tn9332q28rmjnkj4eadagj2fb2&t=1771846105&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc39b1f72cd4bd2c63d486b02165fbebc3c6a1b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();