(function() { const u = '/apps/statistics.php?aid=447648&browser=IE&created_date=20260310&created_hour=14&dduuid=a17acbd7d92ca&device=0&device_type=desktop&os=Windows&ssid=2bm9pfson0u4pth2h1g9l4h16s&t=1773123439&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a84154596054967f7fd64524467fa24a0556bd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();