(function() { const u = '/apps/statistics.php?aid=424400&browser=IE&created_date=20260128&created_hour=11&dduuid=613f6dc1ef6f5&device=0&device_type=desktop&os=Windows&ssid=a443oqb3mr34ombltbnh903kd5&t=1769570352&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d0d37531030ae5b8cacb37bcd2aa5e4708796e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();