(function() { const u = '/apps/statistics.php?aid=426170&browser=IE&created_date=20260125&created_hour=12&dduuid=fa4999f319435&device=0&device_type=desktop&os=Windows&ssid=4b2h13l6phpu8mvt0j80b62d6n&t=1769314269&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36f866e481d7fe4bc086bf37468c7d29e117eb54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();