(function() { const u = '/apps/statistics.php?aid=206678&browser=IE&created_date=20251226&created_hour=10&dduuid=66534a56fe1d9&device=0&device_type=desktop&os=Windows&ssid=u09hfcervsr4389kb8adch1nru&t=1766716350&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f70c731276dd11b80c0fe165a81543f629db24c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();