(function() { const u = '/apps/statistics.php?aid=98688&browser=IE&created_date=20260305&created_hour=10&dduuid=ee6f708ddf1fe&device=0&device_type=desktop&os=Windows&ssid=ob6g2oc7b2okd3kp4p7r3fc3qf&t=1772677197&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1f21e72b8160bfbb52e8fb2dc1afe51c6c0dfc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();