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