(function() { const u = '/apps/statistics.php?aid=208410&browser=IE&created_date=20260101&created_hour=02&dduuid=c083c343fe60b&device=0&device_type=desktop&os=Windows&ssid=3u06hf7fiad2kl277v39j1get1&t=1767207539&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3015864674d6af067ee9433ff1c9a741d7dccccc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();