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