(function() { const u = '/apps/statistics.php?aid=20824&browser=IE&created_date=20260224&created_hour=16&dduuid=1996c59acbe7c&device=0&device_type=desktop&os=Windows&ssid=5bl33h88hrqq15adpn9j820e1o&t=1771920368&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e1355cd28737a821804bd4e8ade99a4fb18846d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();