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