(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=15&dduuid=2c817db9d2dc1&device=0&device_type=desktop&os=Windows&ssid=73dgt2uie5fs6de7l1in6dbkk4&t=1760514147&typeid=0&url_type=2&value=&sign=7918720e8a781a913fb0d4c83242b0383e8e2cc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();