(function() { const u = '/apps/statistics.php?aid=423939&browser=IE&created_date=20260308&created_hour=08&dduuid=489d903b0627c&device=0&device_type=desktop&os=Windows&ssid=ab2r35eeiptdd7n7hnm7tmjbvc&t=1772928450&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14dbc54fda82a678ed442f052d796b34a1ab1463&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();