(function() { const u = '/apps/statistics.php?aid=51709&browser=IE&created_date=20260311&created_hour=23&dduuid=2b2ae4e1c28c7&device=0&device_type=desktop&os=Windows&ssid=vvht22kcs5g3olli9u85s4iqss&t=1773243326&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7120576734dd40cd46d9e70937512046b5859e26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();