(function() { const u = '/apps/statistics.php?aid=445682&browser=IE&created_date=20260201&created_hour=04&dduuid=04d851371b455&device=0&device_type=desktop&os=Windows&ssid=33el403sg1fink8hedf53hd94e&t=1769890689&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31b941298db87d1fbc63853a6981dd017f0bbb15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();