(function() { const u = '/apps/statistics.php?aid=455740&browser=IE&created_date=20260310&created_hour=09&dduuid=63b96881cbbbf&device=0&device_type=desktop&os=Windows&ssid=ejsmggpf7dhssq4jsdd08ubs7e&t=1773104531&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5995e72602f6a85589203ea26d37eb3f0a70feab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();