(function() { const u = '/apps/statistics.php?aid=14884&browser=IE&created_date=20260119&created_hour=15&dduuid=1692d07e1cd71&device=0&device_type=desktop&os=Windows&ssid=11s42jtqnpvjslt393g516724h&t=1768806300&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc418f331cf5ab8c65453065e16ac32624538135&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();