(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=03&dduuid=365be3f78ea90&device=0&device_type=desktop&os=Windows&ssid=ptov1dv78v8s8592gn88q7p69u&t=1758135952&typeid=0&url_type=2&value=&sign=1432daa40095d3f2ecbcb2f9c16a367ff486c69a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();