(function() { const u = '/apps/statistics.php?aid=172577&browser=IE&created_date=20260303&created_hour=11&dduuid=31dc0efd6e8a3&device=0&device_type=desktop&os=Windows&ssid=j36tb31pmngbrv2dvumvanmjhl&t=1772508236&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eac0c773618c150beb90dec6e181b106a2249dc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();