(function() { const u = '/apps/statistics.php?aid=355116&browser=IE&created_date=20260311&created_hour=20&dduuid=78898b6c04b5a&device=0&device_type=desktop&os=Windows&ssid=eam05p5bd2l2auh1dl4df5jrg5&t=1773231850&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d4ead5dbfa8d1759a69e0334065deea2ded5ad5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();