(function() { const u = '/apps/statistics.php?aid=441549&browser=IE&created_date=20260224&created_hour=08&dduuid=afcc9f69e5247&device=0&device_type=desktop&os=Windows&ssid=5tef6c2tjrb1qivf98j9gdhpid&t=1771891260&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45afd45ddc1303f518180b220d90641d48668979&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();