(function() { const u = '/apps/statistics.php?aid=267788&browser=IE&created_date=20260315&created_hour=04&dduuid=3194f3805cc31&device=0&device_type=desktop&os=Windows&ssid=t9tmj7gfh370gt2ktsqg4bfe6v&t=1773519243&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89196e09dfa5519d25a613b1a1000b80efe218e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();