(function() { const u = '/apps/statistics.php?aid=35965&browser=IE&created_date=20251129&created_hour=19&dduuid=e9052a5098917&device=0&device_type=desktop&os=Windows&ssid=ns826ftspg43plbiid9sub195v&t=1764414534&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7895d3e108eb148f0acfa5c96a1e356206427747&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();