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