(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=6af2491b47e00&device=0&device_type=desktop&os=Windows&ssid=94i7mb3g5v9o7697renar3lf0t&t=1757898768&typeid=0&url_type=2&value=&sign=1e55322c4941d066c53f018d054e1bc8aa587d57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();