(function() { const u = '/apps/statistics.php?aid=424841&browser=IE&created_date=20260124&created_hour=04&dduuid=d26685dd56551&device=0&device_type=desktop&os=Windows&ssid=ldvgtp9q0hhjp677hdsc6f0fnp&t=1769198891&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5dd9dd40e0ce4b9310dc2cf53214da06900273f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();