(function() { const u = '/apps/statistics.php?aid=433139&browser=IE&created_date=20260107&created_hour=12&dduuid=a749ca1032d32&device=0&device_type=desktop&os=Windows&ssid=b4sve91ms161b89jj4nis546rt&t=1767761975&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d6d19036b5cf5218038fc428daa29a658af5fa4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();