(function() { const u = '/apps/statistics.php?aid=449824&browser=IE&created_date=20260225&created_hour=21&dduuid=4aceb442acf47&device=0&device_type=desktop&os=Windows&ssid=5s3n1rjo086qanmgjgsjbguk3t&t=1772025988&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e760df8449135041f8c2840e264355deeb7ccdb5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();