(function() { const u = '/apps/statistics.php?aid=35939&browser=IE&created_date=20260122&created_hour=03&dduuid=0790069471bc4&device=0&device_type=desktop&os=Windows&ssid=41qoutkqs46gpb9131ik4kqfd5&t=1769025343&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3d88e74f296f66bdd36a0e85b65dcf2c548a9f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();