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