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