(function() { const u = '/apps/statistics.php?aid=208242&browser=IE&created_date=20260101&created_hour=17&dduuid=52522f64e7cd2&device=0&device_type=desktop&os=Windows&ssid=adl9670sr737dun29grqdtsra1&t=1767260771&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=479d3fd290a21035395116944c1b147b90fe8e80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();