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