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