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