(function() { const u = '/apps/statistics.php?aid=208397&browser=IE&created_date=20260101&created_hour=03&dduuid=eeec30c9f0c55&device=0&device_type=desktop&os=Windows&ssid=77des4l27vjedmik5744n18dhb&t=1767209375&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d10f26d0103b0c83f668e04819608da1594a749&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();