(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=20&dduuid=46d1885b51c84&device=0&device_type=desktop&os=Windows&ssid=5p4bkqdimisrohl4lhedbp2br2&t=1757939743&typeid=0&url_type=2&value=&sign=8d44b91104bc70521ad0a13299282602a15549f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();