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