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