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