(function() { const u = '/apps/statistics.php?aid=450702&browser=IE&created_date=20260225&created_hour=20&dduuid=726c7a4ff663d&device=0&device_type=desktop&os=Windows&ssid=rj8tj2l77qc4v81a8imu980r20&t=1772020940&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ad4df04ee78b41c02744cde6b5257f280f2d725&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();