(function() { const u = '/apps/statistics.php?aid=452570&browser=IE&created_date=20260225&created_hour=11&dduuid=41ad6d167a304&device=0&device_type=desktop&os=Windows&ssid=0j5svq0bh64efv16ekkpdns7rm&t=1771990530&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c5881b19403082ae326f165664aa80505cdd4be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();