(function() { const u = '/apps/statistics.php?aid=457985&browser=IE&created_date=20260228&created_hour=01&dduuid=b386774dfa73e&device=0&device_type=desktop&os=Windows&ssid=7fdndj4kd4ic46gji1pe26g3la&t=1772214233&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db1a3e564dba67305e20da327e71e4ed1c9ed8bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();