(function() { const u = '/apps/statistics.php?aid=209725&browser=IE&created_date=20251226&created_hour=10&dduuid=14c28ac933ff9&device=0&device_type=desktop&os=Windows&ssid=v0j6nvnkvmld2ibepgq3di1d4m&t=1766716298&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cde6668c9a59bdad7e7336e7899a6fc81e93be5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();