(function() { const u = '/apps/statistics.php?aid=402036&browser=IE&created_date=20260311&created_hour=18&dduuid=21f414306c22f&device=0&device_type=desktop&os=Windows&ssid=dt09b7ch5sdu24g86ca7q6c2nj&t=1773223611&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df1ccd2ee99feca0aed23c056938c62ccef6ac74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();