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