(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=01&dduuid=6a237979a8eb2&device=0&device_type=desktop&os=Windows&ssid=903kl6ntm4seuaofj8lv5vinq7&t=1761153962&typeid=0&url_type=2&value=&sign=7d2a911c581d69511317ad1af6696d491e50ab01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();