(function() { const u = '/apps/statistics.php?aid=450017&browser=IE&created_date=20260307&created_hour=21&dduuid=87f186ca10e1c&device=0&device_type=desktop&os=Windows&ssid=a0itj0ou9g9r7g2ckj5qqrsr2d&t=1772888542&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8fc80cdb822c1fd6526e704c08c577d4654acd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();