(function() { const u = '/apps/statistics.php?aid=454072&browser=IE&created_date=20260305&created_hour=10&dduuid=7fa88bd6e919f&device=0&device_type=desktop&os=Windows&ssid=88mmkpn2978b88hmoqthlrs5dc&t=1772677983&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d7dd17bc1514023661f533d7e991c3967dcef3a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();