(function() { const u = '/apps/statistics.php?aid=424649&browser=IE&created_date=20260127&created_hour=16&dduuid=040ce400b8586&device=0&device_type=desktop&os=Windows&ssid=cmdkcc4njmvgc66o5u2o9b7e1i&t=1769502189&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=73807fb96defd071b67cd06112e58935b8340dcf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();