(function() { const u = '/apps/statistics.php?aid=206469&browser=IE&created_date=20251227&created_hour=06&dduuid=09d1f93f83ef6&device=0&device_type=desktop&os=Windows&ssid=167hujc6j2ebn378fnotsnp8h9&t=1766789961&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=636f4fb2ea4694ae93e39a8f3aa4d787b26949a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();