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