(function() { const u = '/apps/statistics.php?aid=450932&browser=IE&created_date=20260311&created_hour=19&dduuid=d1b4c0f3b2a7e&device=0&device_type=desktop&os=Windows&ssid=2gham4sk7htrh0t8qi7u5bn6fo&t=1773227851&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b69a051ed53b131b47ccb4fae517efe30c706303&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();