(function() { const u = '/apps/statistics.php?aid=451415&browser=IE&created_date=20260311&created_hour=12&dduuid=c6d1dfcc79657&device=0&device_type=desktop&os=Windows&ssid=3muvn9fka1a0fcllohp57s7qrt&t=1773202666&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80de69a9d514f6a60db3ac611e9d1e9a5447c48d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();