(function() { const u = '/apps/statistics.php?aid=455842&browser=IE&created_date=20260303&created_hour=18&dduuid=2f512cf02bec2&device=0&device_type=desktop&os=Windows&ssid=41dhiec6ljhkd853m5ehacevlp&t=1772535297&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94ec6acd2e361245a36bcfefa8b809d9584bad7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();