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