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