(function() { const u = '/apps/statistics.php?aid=454599&browser=IE&created_date=20260307&created_hour=17&dduuid=371ce2afdd5a6&device=0&device_type=desktop&os=Windows&ssid=7sv04dmb1lbjkd1h54mktm2854&t=1772876358&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=647f600f7ee38f1ee2aafbc5589e99f3026e5d68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();