(function() { const u = '/apps/statistics.php?aid=452129&browser=IE&created_date=20260312&created_hour=02&dduuid=9ad8a80abf102&device=0&device_type=desktop&os=Windows&ssid=vfpjegieffbug2fk6teqohtisg&t=1773252785&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63cebe2438418c7957824b2048785485ddf97ee7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();