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