(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=18&dduuid=7952be86048dc&device=0&device_type=desktop&os=Windows&ssid=snc6pg4271s5lchbmlcbgqll7m&t=1757933431&typeid=0&url_type=2&value=&sign=9d772667f06e7014311888e706ce9a53c248a7b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();