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