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