(function() { const u = '/apps/statistics.php?aid=424514&browser=IE&created_date=20260113&created_hour=17&dduuid=8ee6f6695c8fb&device=0&device_type=desktop&os=Windows&ssid=p0l81mfd406dqera53huskf7q4&t=1768297592&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c696e91effaee04e22839b30c2c846f5227fbfad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();