(function() { const u = '/apps/statistics.php?aid=447023&browser=IE&created_date=20260310&created_hour=23&dduuid=956a7d4d607a5&device=0&device_type=desktop&os=Windows&ssid=fph39ffka0c1dsvlekqagp69nn&t=1773156751&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=087176a8ed5f7c105635d6780509f2362fe1fbc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();