(function() { const u = '/apps/statistics.php?aid=418822&browser=IE&created_date=20260115&created_hour=01&dduuid=16ae47203b67e&device=0&device_type=desktop&os=Windows&ssid=ou3i59rfufar258tegge6t1i1j&t=1768411453&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06fff5ca1f9a133eff4d7311e1c240010c8e13b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();