(function() { const u = '/apps/statistics.php?aid=403081&browser=IE&created_date=20260126&created_hour=02&dduuid=b9a3b688fd230&device=0&device_type=desktop&os=Windows&ssid=cks2ke83do7n9dgnf0oq73523f&t=1769366215&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89e62ea0b295573761da75905986553cb11b4a4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();