(function() { const u = '/apps/statistics.php?aid=149395&browser=IE&created_date=20260308&created_hour=02&dduuid=9929ec380eb23&device=0&device_type=desktop&os=Windows&ssid=agendav85pmblr3llj197v61ud&t=1772909969&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52ac2f582a31df4cf8bc7dd4753b64f2e674de17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();