(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=8611143c59f12&device=0&device_type=desktop&os=Windows&ssid=4r0pgevaf27g3bqq3ko5pv7bv0&t=1757887421&typeid=0&url_type=2&value=&sign=18de6f9c2c27b778651b1c07fa1ce424289c700a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();