(function() { const u = '/apps/statistics.php?aid=456098&browser=IE&created_date=20260310&created_hour=18&dduuid=57c29776899a6&device=0&device_type=desktop&os=Windows&ssid=jif7naa97t8ho7govhm1v0guuh&t=1773139925&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aad573e0400685071e4762ae54f6e8fe13f38417&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();