(function() { const u = '/apps/statistics.php?aid=432943&browser=IE&created_date=20260311&created_hour=09&dduuid=ed2ebd2536805&device=0&device_type=desktop&os=Windows&ssid=i24bcnr3801ntg3dp81rm0rq7j&t=1773193893&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14ded96aa83439e1584481314059cb99939f58f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();