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