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