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