(function() { const u = '/apps/statistics.php?aid=422820&browser=IE&created_date=20260130&created_hour=23&dduuid=fe3bdddc3f61a&device=0&device_type=desktop&os=Windows&ssid=63ds4keugh7ir2l5g0imc41n76&t=1769788594&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36d5b288262df0a53df86051fe5bf5b76eefeb75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();