(function() { const u = '/apps/statistics.php?aid=17683&browser=IE&created_date=20260123&created_hour=05&dduuid=8d0080c432e72&device=0&device_type=desktop&os=Windows&ssid=gdc30vq5qohplqhu5c6uc2e9dq&t=1769118450&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ff7d11217eee29368e562e4e5dc3a2e28dc0144&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();