(function() { const u = '/apps/statistics.php?aid=369407&browser=IE&created_date=20260305&created_hour=19&dduuid=dded44971e380&device=0&device_type=desktop&os=Windows&ssid=s7kr0rteq4rh0414kvutds2cf5&t=1772710080&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42ec0eacd92f3979cad63e1ce2f8313e837ca297&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();