(function() { const u = '/apps/statistics.php?aid=448275&browser=IE&created_date=20260310&created_hour=08&dduuid=e8609d74ab497&device=0&device_type=desktop&os=Windows&ssid=8r74rd4quh1i2ut5rg2fan7n4m&t=1773101186&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d710676d46cd25c975b3466bf48352e9482e2f3e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();