(function() { const u = '/apps/statistics.php?aid=335589&browser=IE&created_date=20260307&created_hour=06&dduuid=9492cf2eafc57&device=0&device_type=desktop&os=Windows&ssid=an4i846b3mv33rceraoc3ga85j&t=1772836670&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5751fea73bdc702f444fa134b43234c724319555&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();