(function() { const u = '/apps/statistics.php?aid=380576&browser=IE&created_date=20260224&created_hour=17&dduuid=021e188e5d833&device=0&device_type=desktop&os=Windows&ssid=8hped2j0jn13nip4h4hjv499og&t=1771923722&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea8e8e44e196875e8b3c03ce2a98f457a58ae2a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();