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