(function() { const u = '/apps/statistics.php?aid=420546&browser=IE&created_date=20260225&created_hour=00&dduuid=6e706903b71f6&device=0&device_type=desktop&os=Windows&ssid=3idemp41g2ir4qps3t6v89fp85&t=1771949825&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb1e7799110b523b4e68a2d9cfe212c32a6aca84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();