(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=10&dduuid=6d253ce33beb0&device=0&device_type=desktop&os=Windows&ssid=cj8b65p9ed8a2t30pd60976nde&t=1760582097&typeid=0&url_type=2&value=&sign=e118f86f69de8062716a7bd75b9440de1da12551&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();