(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=06&dduuid=b81cc569c943f&device=0&device_type=desktop&os=Windows&ssid=s6gc8imtb95bgkg885vc3ot5h8&t=1761258936&typeid=0&url_type=2&value=&sign=70d06bba32a3e7b0c925f31098f77e0e8f38dd30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();