(function() { const u = '/apps/statistics.php?aid=430461&browser=IE&created_date=20260117&created_hour=20&dduuid=c34c22bef2e47&device=0&device_type=desktop&os=Windows&ssid=3gdlrpg13t4v4nlldif6cpp28i&t=1768654787&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb8915b8605a491c2569f7f244e403f9757f8250&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();