(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=20&dduuid=a9e3a592ef773&device=0&device_type=desktop&os=Windows&ssid=8273u50kb7c9pf3mval2h36mlr&t=1761048124&typeid=0&url_type=2&value=&sign=a731273e2573d19cc38625ab3f526cb46faac7ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();