(function() { const u = '/apps/statistics.php?aid=443029&browser=IE&created_date=20260316&created_hour=06&dduuid=c872d10d32795&device=0&device_type=desktop&os=Windows&ssid=7f11u84q57qa4e0tie3qp8ge86&t=1773614267&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c75b741ffebaadca43e101a8389a037d4e6b4a10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();