(function() { const u = '/apps/statistics.php?aid=403392&browser=IE&created_date=20260307&created_hour=17&dduuid=f6121c1501ee4&device=0&device_type=desktop&os=Windows&ssid=hdnngfsnfq8gpbqm9krc79n0jh&t=1772876178&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ea9f421996cb9e3772990f937541c514ad3feda0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();