(function() { const u = '/apps/statistics.php?aid=410305&browser=IE&created_date=20260227&created_hour=12&dduuid=194ec84c6615b&device=0&device_type=desktop&os=Windows&ssid=9a3aces6nm8bjoa55q9nqlh34g&t=1772164891&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c30d220d8bfd746b44e6ff8dd626a2c8ddb43ff8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();