(function() { const u = '/apps/statistics.php?aid=450381&browser=IE&created_date=20260225&created_hour=22&dduuid=60a6523dc38e9&device=0&device_type=desktop&os=Windows&ssid=ldhtjllf88vb2qcp2csge2mdrb&t=1772031009&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a9ddb3f51e0c434ff3baf021ef82d03ceb0e144e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();