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