(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=11&dduuid=3ad24fe45b655&device=0&device_type=desktop&os=Windows&ssid=6ih56h8jr55gbgc1i5n8om27a5&t=1757992562&typeid=0&url_type=2&value=&sign=916bb4fb066df8ca98cab9b77fe83d16aab93d9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();