(function() { const u = '/apps/statistics.php?aid=405945&browser=IE&created_date=20251222&created_hour=09&dduuid=4f80d6576d123&device=0&device_type=desktop&os=Windows&ssid=367qs13u8dm4k6oik40r0uul3v&t=1766367995&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4df3aeca4f548041e38fe597d15886a7ae8f6e9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();