(function() { const u = '/apps/statistics.php?aid=424847&browser=IE&created_date=20260123&created_hour=17&dduuid=cda0d9a89d6d3&device=0&device_type=desktop&os=Windows&ssid=0a5du0tj2l6gti00mg56m99g82&t=1769161764&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=611b615c3fce0e020c8d3cfac2800ddc0912401a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();