(function() { const u = '/apps/statistics.php?aid=433555&browser=IE&created_date=20260305&created_hour=06&dduuid=3a4c75042b626&device=0&device_type=desktop&os=Windows&ssid=9f7dhr8fc28l1onoki6kogo9t9&t=1772663829&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07bed37a92d83cdc8a55dd19a68f2930c30868bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();