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