(function() { const u = '/apps/statistics.php?aid=447432&browser=IE&created_date=20260310&created_hour=20&dduuid=9a760dff46801&device=0&device_type=desktop&os=Windows&ssid=6h9cna920ei8912l062pthb8ui&t=1773146746&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0bb434ddce9180b35222907e56c430ab465fdac1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();