(function() { const u = '/apps/statistics.php?aid=440531&browser=IE&created_date=20251126&created_hour=07&dduuid=83429363f5ae9&device=0&device_type=desktop&os=Windows&ssid=h3hprchjre0is496jegdouo12r&t=1764112805&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1a8594eabf6c7a0ba316a9eddff9c3c90956ae2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();