(function() { const u = '/apps/statistics.php?aid=454301&browser=IE&created_date=20260308&created_hour=06&dduuid=1f9e2297dd8c9&device=0&device_type=desktop&os=Windows&ssid=6gg1ga1hbm6at54ss38657ctu3&t=1772923704&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12454a4a1c657611028b368fad09a7dfd693f81c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();