(function() { const u = '/apps/statistics.php?aid=12948&browser=IE&created_date=20260228&created_hour=00&dduuid=573a9e79e7a42&device=0&device_type=desktop&os=Windows&ssid=oq9cp6v53ie58714l7h4quaemu&t=1772209700&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a9048016c41df9c40c118d49511dc55dec74e1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();