(function() { const u = '/apps/statistics.php?aid=453631&browser=IE&created_date=20260311&created_hour=14&dduuid=95a1e952e8fe8&device=0&device_type=desktop&os=Windows&ssid=c5dtl8um573h620i1nn9m07pci&t=1773209296&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4050717e7902f8ccfac0fa7e6f8721db42890dc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();