(function() { const u = '/apps/statistics.php?aid=21137&browser=IE&created_date=20260119&created_hour=09&dduuid=2af496426465d&device=0&device_type=desktop&os=Windows&ssid=60gnfv79ciga9tnkqh88aqmv5o&t=1768784564&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b449feccc38fb97cb56b93e3fcbb49d6f9269002&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();