(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=22&dduuid=388e31c09f095&device=0&device_type=desktop&os=Windows&ssid=v19ln3cs3blgbsgdte8cj11che&t=1757946058&typeid=0&url_type=2&value=&sign=cbed51c04c5fd8aab8cdd287d96594e1bc20a9a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();