(function() { const u = '/apps/statistics.php?aid=207211&browser=IE&created_date=20260115&created_hour=03&dduuid=76d5534a40eda&device=0&device_type=desktop&os=Windows&ssid=2bu83l4dh154rtu3folf8h53a8&t=1768417986&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f682b5ccdc0c8bb577368ef37ff5bc523c7aff09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();