(function() { const u = '/apps/statistics.php?aid=406936&browser=IE&created_date=20260225&created_hour=07&dduuid=2eb10f6c8650c&device=0&device_type=desktop&os=Windows&ssid=1ne71pgcnqfhn91e59lvvdlrfc&t=1771974965&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eda5f3dd93eb7f96c65d74eb46bcfb95013940ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();