(function() { const u = '/apps/statistics.php?aid=409651&browser=IE&created_date=20260312&created_hour=03&dduuid=fd59b57a16a66&device=0&device_type=desktop&os=Windows&ssid=uc8fetv6nhv41ignd717cv0sv2&t=1773255823&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a463e8a3b597ece0f36b6e3770bc416ac0dad99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();