(function() { const u = '/apps/statistics.php?aid=455447&browser=IE&created_date=20260311&created_hour=18&dduuid=3100e9849408a&device=0&device_type=desktop&os=Windows&ssid=rds1slimhgr437oh6jn342o838&t=1773225296&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7dd21ff1b1491abdf8cfe561d987c915913e4524&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();