(function() { const u = '/apps/statistics.php?aid=460410&browser=IE&created_date=20260324&created_hour=01&dduuid=5b4dcad9ceaac&device=0&device_type=desktop&os=Windows&ssid=vmmpntu94r0tkh3q7ifcg7ebnv&t=1774287816&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=265a4a264ce1cdebd4f93f5c6359200e60bd8083&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();