(function() { const u = '/apps/statistics.php?aid=395142&browser=IE&created_date=20260311&created_hour=05&dduuid=f46d3203a821c&device=0&device_type=desktop&os=Windows&ssid=c2r4bu2l46re5oomm0qp59h4g2&t=1773177734&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=80c3f8f95edd603873ab16d54c8ed9f106d6fa86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();