(function() { const u = '/apps/statistics.php?aid=453042&browser=IE&created_date=20260305&created_hour=10&dduuid=dcf7662ea9cfc&device=0&device_type=desktop&os=Windows&ssid=f9no9agfgpo2hd7dvbats7f377&t=1772679096&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=48d63f76100f9972985ae4e8611b65e995d64f98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();