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