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