(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=11&dduuid=a8da5f474f2ed&device=0&device_type=desktop&os=Windows&ssid=d5k60tgaa7jrod4js0302lda4h&t=1760498080&typeid=0&url_type=2&value=&sign=54ebcf1459d24a3a4246cd6a8d0a8bc5ac4ebd2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();