(function() { const u = '/apps/statistics.php?aid=422652&browser=IE&created_date=20260310&created_hour=11&dduuid=2bc3875e616e5&device=0&device_type=desktop&os=Windows&ssid=v876m8a9ce7c3bci73ir0tkh0e&t=1773115110&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=86ed42a62fac5a6107c0f955cde924c198a2370f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();