(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=a3829c3b797cd&device=0&device_type=desktop&os=Windows&ssid=bqhbrtrqq9i44bvmkd98on28s5&t=1757878708&typeid=0&url_type=2&value=&sign=44edc016444ad1e7e5db0a5c756ef98329453a83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();