(function() { const u = '/apps/statistics.php?aid=449261&browser=IE&created_date=20260113&created_hour=21&dduuid=60459b4581de5&device=0&device_type=desktop&os=Windows&ssid=vb2368fjq6iacvab2lhljvf9hb&t=1768312530&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d30eaa9130b54c723cd72978f916f0949b4f427&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();