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