(function() { const u = '/apps/statistics.php?aid=447038&browser=IE&created_date=20260123&created_hour=17&dduuid=77ffee179dd69&device=0&device_type=desktop&os=Windows&ssid=fhsup1nqd3379skbqh32n8ge36&t=1769160955&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e44acd15913ee7ca8c93c9540c997a86ae0a9072&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();