(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=23&dduuid=3eda830d82d04&device=0&device_type=desktop&os=Windows&ssid=6ojs0b2f07n7icd09k76lq7pik&t=1761234556&typeid=0&url_type=2&value=&sign=6e24aca6ecf6dd291689c9978bcd65d7d87a532d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();