(function() { const u = '/apps/statistics.php?aid=422654&browser=IE&created_date=20260224&created_hour=22&dduuid=dcc06a180f508&device=0&device_type=desktop&os=Windows&ssid=2hot5c1s7e6364frn7arqrotp8&t=1771942042&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40c734759a813379b86b4bfa0747aa9bbb51fbec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();