(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=05&dduuid=9599be9fa3e6c&device=0&device_type=desktop&os=Windows&ssid=m5j4d5mjltmtih5011q7s1bnd2&t=1762118395&typeid=0&url_type=2&value=&sign=c46c75ca2c7af2919cb57cb9b914cfad9a230d00&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();