(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251011&created_hour=06&dduuid=f665f8527aa71&device=0&device_type=desktop&os=Windows&ssid=75acd620mo2hqcji6sbuo0opn5&t=1760134779&typeid=0&url_type=1&value=&sign=d80121e7f617d51a1678f87b30aa7a01974cf0e9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();