(function() { const u = '/apps/statistics.php?aid=448041&browser=IE&created_date=20260121&created_hour=19&dduuid=3228c02ceaea9&device=0&device_type=desktop&os=Windows&ssid=a2oup40m6l1et378pu78c4stsr&t=1768996256&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6033ee0906abac567e388e5e23855a4555548658&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();