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