(function() { const u = '/apps/statistics.php?aid=458149&browser=IE&created_date=20260312&created_hour=07&dduuid=98286784afd6b&device=0&device_type=desktop&os=Windows&ssid=o05v5dn7m4jhcprj8f86642sou&t=1773270794&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e6f0596a4e6871f71d9cf26a41d54122ae56761&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();