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