(function() { const u = '/apps/statistics.php?aid=437769&browser=IE&created_date=20260124&created_hour=11&dduuid=6a31da236a90c&device=0&device_type=desktop&os=Windows&ssid=n1oh06v00ngb9rpkemqhchmjka&t=1769226122&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63d5026f4c390762b7e04057bc1f53cb642659bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();