(function() { const u = '/apps/statistics.php?aid=437416&browser=IE&created_date=20260316&created_hour=15&dduuid=a6cf779170182&device=0&device_type=desktop&os=Windows&ssid=i9q6kl3grf4s6dilitbh2dgpds&t=1773647140&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f828abdb3e465ae4159defabfc6c28362f7d08d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();