(function() { const u = '/apps/statistics.php?aid=291412&browser=IE&created_date=20260226&created_hour=01&dduuid=9badff284be3a&device=0&device_type=desktop&os=Windows&ssid=0ch4fjeb3g24k4vp20ebehkpmp&t=1772040487&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d8d715f067b5fc5b1d11cad06682560d79fb3038&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();