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