(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=01&dduuid=e7f3fbf94ffea&device=0&device_type=desktop&os=Windows&ssid=3uehji741nhiatlt59psqkb5m9&t=1758131585&typeid=0&url_type=2&value=&sign=259e6a30f51d51b196510b791cfc90ff007806d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();