(function() { const u = '/apps/statistics.php?aid=443042&browser=IE&created_date=20260310&created_hour=19&dduuid=3324dcc0e9bfd&device=0&device_type=desktop&os=Windows&ssid=05o9ae06l90nfgsh3gt7ccvcn2&t=1773143244&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03156bef7cd3c005258a5c85228ce207508e7663&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();