(function() { const u = '/apps/statistics.php?aid=17&browser=IE&created_date=20251215&created_hour=22&dduuid=132734d1a291c&device=0&device_type=desktop&os=Windows&ssid=6sihdn04fkge04peh1d6vucl6b&t=1765808195&typeid=4&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e466c662afeff315d0f7cd64525f01113f96ae91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();