(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=21&dduuid=5faa3619cf4dd&device=0&device_type=desktop&os=Windows&ssid=n8aaa84ncnbfqkst21tt763umh&t=1757855092&typeid=0&url_type=2&value=&sign=daba1a34a2e9206c55d8f0549447fcd453cf9b6d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();