(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=07&dduuid=79cafc3ba7f63&device=0&device_type=desktop&os=Windows&ssid=3cnda03tjgmcih6g8aqkrshg99&t=1760225207&typeid=0&url_type=2&value=&sign=1cd1d45ffc515a9ab64efae4464e9177387dd502&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();