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