(function() { const u = '/apps/statistics.php?aid=403147&browser=IE&created_date=20260227&created_hour=17&dduuid=ad86ef3256bec&device=0&device_type=desktop&os=Windows&ssid=2oqdq6grj0bu3rt1kku0vfvcbb&t=1772183884&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eede506097609d13848995a36d49218d1a0c26c7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();