(function() { const u = '/apps/statistics.php?aid=434963&browser=IE&created_date=20260101&created_hour=11&dduuid=4afe9fd9068b6&device=0&device_type=desktop&os=Windows&ssid=uqq43400hgcpi3qvm6fr5vm1c9&t=1767238387&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a1937ea5e21c9609be8cd36926bcca1c0b63f78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();