(function() { const u = '/apps/statistics.php?aid=448952&browser=IE&created_date=20260124&created_hour=04&dduuid=f11d9cc252f45&device=0&device_type=desktop&os=Windows&ssid=0nio5iefld5hcp9od95u3kktm3&t=1769199805&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=096a04a9f07a84173c5f261f16c4d0a742f64261&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();