(function() { const u = '/apps/statistics.php?aid=450943&browser=IE&created_date=20260225&created_hour=14&dduuid=f03e31b07274a&device=0&device_type=desktop&os=Windows&ssid=6cpbii2415skkgkm21r458l5uh&t=1771999952&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ff3c94041b47e03cf90c19be05e63778454c004&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();