(function() { const u = '/apps/statistics.php?aid=461001&browser=IE&created_date=20260311&created_hour=13&dduuid=8e749dd48b07c&device=0&device_type=desktop&os=Windows&ssid=ar3bglkd7pomdqfti0kkj97e2j&t=1773206406&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=731a75be4c9774a53622bd06893e57b2a3d4d3e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();