(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=14&dduuid=9b6a4803e30ef&device=0&device_type=desktop&os=Windows&ssid=5p1jn1c3g1mm0h8fogt8o6q8om&t=1760853910&typeid=0&url_type=2&value=&sign=6e080ef6a416d5368bc421a781cf85ae213f500f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();