(function() { const u = '/apps/statistics.php?aid=460411&browser=IE&created_date=20260315&created_hour=19&dduuid=90060f9aa1687&device=0&device_type=desktop&os=Windows&ssid=ucd56c38ni5o6vnpqus3tdsau4&t=1773574095&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c3fed8de3e7fe2af8f4ec049611774c0b494b0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();