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