(function() { const u = '/apps/statistics.php?aid=451858&browser=IE&created_date=20260311&created_hour=08&dduuid=930ab6c478caa&device=0&device_type=desktop&os=Windows&ssid=7dljv1cc8ac4lvq5e4i3fpeod9&t=1773187226&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62d9b23556d3a7412ed402626ad560e75ac13eed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();