(function() { const u = '/apps/statistics.php?aid=461282&browser=IE&created_date=20260311&created_hour=23&dduuid=8bff296e7cf3e&device=0&device_type=desktop&os=Windows&ssid=fur36njqkqrijfs3ckpp3vgpsj&t=1773242363&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a498977e4f2a9ee7732a818f64cbc8b2a848f42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();