(function() { const u = '/apps/statistics.php?aid=449385&browser=IE&created_date=20260308&created_hour=08&dduuid=3cfb9d1fd9f8d&device=0&device_type=desktop&os=Windows&ssid=s9ug5nqgce0hrj05keue4dal88&t=1772928074&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e25eba2e7a68188974fca83f5e00235c8bd0f47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();