(function() { const u = '/apps/statistics.php?aid=455179&browser=IE&created_date=20260308&created_hour=17&dduuid=0a3226ee528a6&device=0&device_type=desktop&os=Windows&ssid=r0keq0o2b91re3m65hcdu0hqcu&t=1772963523&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46d2357293525edb42b41984a1e3c23306b45c8e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();