(function() { const u = '/apps/statistics.php?aid=208808&browser=IE&created_date=20251230&created_hour=05&dduuid=5ad44401e7012&device=0&device_type=desktop&os=Windows&ssid=l40lfd82bff2hhmvgh4oac0u8l&t=1767043588&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=091dc4bb6d9de33a38d23609a50fe8193ac2803f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();