(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251018&created_hour=14&dduuid=60e3888a4bc35&device=0&device_type=desktop&os=Windows&ssid=5mqapdkilogtl2103pjo2cjdja&t=1760769772&typeid=0&url_type=1&value=&sign=c7e26da24010538361bd5f89f9714789d22924ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();