(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=7c02783bf0a85&device=0&device_type=desktop&os=Windows&ssid=968i8noj5vvbgf326ga9kvsqbv&t=1758186397&typeid=0&url_type=2&value=&sign=12d257280ae1157e3a5024395a5395feb25f5784&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();