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