(function() { const u = '/apps/statistics.php?aid=308042&browser=IE&created_date=20260225&created_hour=23&dduuid=280c9bd01ecd6&device=0&device_type=desktop&os=Windows&ssid=91bq0hb30rnj713h5oehtm2k5g&t=1772033317&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88d86012539d953e084b0dceffa5ab552efec85d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();