(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=13&dduuid=a96f58ac0742d&device=0&device_type=desktop&os=Windows&ssid=6gpvbmm22fhil9aomttafqho8l&t=1758000902&typeid=0&url_type=2&value=&sign=51de328fe3e9f1b1b46bf7d3ad8e023079bca2eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();