(function() { const u = '/apps/statistics.php?aid=413834&browser=IE&created_date=20260307&created_hour=21&dduuid=5f8392937c054&device=0&device_type=desktop&os=Windows&ssid=8ao7uvm7m5b9q7p16un41krt0u&t=1772890079&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f3b9a95e164a72ff23e53e43826182940f892a9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();