(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251012&created_hour=07&dduuid=46385beef0234&device=0&device_type=desktop&os=Windows&ssid=9fc2nc64e4a2udl32ev2sfig87&t=1760223760&typeid=0&url_type=2&value=&sign=03d2f12918103b01a54d96340189260ebcba6b9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();