(function() { const u = '/apps/statistics.php?aid=210008&browser=IE&created_date=20251225&created_hour=06&dduuid=f81985bed13d3&device=0&device_type=desktop&os=Windows&ssid=pt6gpf4i234o3938s8miqra93k&t=1766614353&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2483a8fe5bd62302c11038d1a4e350b4823afeb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();