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