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