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