(function() { const u = '/apps/statistics.php?aid=363089&browser=IE&created_date=20251221&created_hour=17&dduuid=b6073d653d458&device=0&device_type=desktop&os=Windows&ssid=c5ocev6qta65o47rctf1hi1mht&t=1766311039&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3feec296d615470424f3d78107b8ac5768818364&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();