(function() { const u = '/apps/statistics.php?aid=42793&browser=IE&created_date=20260227&created_hour=15&dduuid=d9115a7245538&device=0&device_type=desktop&os=Windows&ssid=qjfml302a26df7hfu08341o1tp&t=1772177351&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72a2beaa160ec165d32d7d1a8907d09fdadbc9bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();