(function() { const u = '/apps/statistics.php?aid=424493&browser=IE&created_date=20260128&created_hour=09&dduuid=a21922066c02c&device=0&device_type=desktop&os=Windows&ssid=cljhtlui5h59v04ohe95ps8uqu&t=1769562580&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca70a5a9c94e7112a369ad4c36933c9b8ff8d2e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();