(function() { const u = '/apps/statistics.php?aid=440697&browser=IE&created_date=20260224&created_hour=17&dduuid=63e45f238ffa4&device=0&device_type=desktop&os=Windows&ssid=ikc6lmib1klem33johllilfgl2&t=1771926738&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af771271304df7410047779a907f6f10b0ef6673&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();