(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=14c3e0deea149&device=0&device_type=desktop&os=Windows&ssid=1c0hfo63sr8fufjl7hgobcehtq&t=1757887835&typeid=0&url_type=2&value=&sign=db2510e35f7d3b0549d279c0ef680f7b5ef12925&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();