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