(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=20&dduuid=bdba420c5bfcd&device=0&device_type=desktop&os=Windows&ssid=355l0449ik1onkpicnjgc5o2d1&t=1760875208&typeid=0&url_type=2&value=&sign=163a65c8910a769d848297bc5dddfbf18445177e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();