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