(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=17&dduuid=d54d70c6edd22&device=0&device_type=desktop&os=Windows&ssid=g5ng9fnf3ui3qpkfc8503c1o6h&t=1760521256&typeid=0&url_type=2&value=&sign=031d086368e9a806208e3343dad10bfa228af749&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();