(function() { const u = '/apps/statistics.php?aid=143908&browser=IE&created_date=20260304&created_hour=11&dduuid=1967f75411f74&device=0&device_type=desktop&os=Windows&ssid=rhscngmcpv76htg7bfpq6c56um&t=1772594556&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fda117c70c34d6617984577288d55bf6fc3a1e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();