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