(function() { const u = '/apps/statistics.php?aid=370689&browser=IE&created_date=20260310&created_hour=08&dduuid=507a8f6f4b240&device=0&device_type=desktop&os=Windows&ssid=b2q3uva2kl9g5t4hgvohpg9u9r&t=1773103368&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8eea1df4145f0e89bb47e17421d00eff7bf530b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();