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