(function() { const u = '/apps/statistics.php?aid=396800&browser=IE&created_date=20260131&created_hour=13&dduuid=ecd297ff8eabd&device=0&device_type=desktop&os=Windows&ssid=va0n1jtp0j68fiou01d0nb6hbv&t=1769836676&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2e2089f704294a2bf13c21ec5e582c2fd23b131&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();