(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=00&dduuid=75b34b7162ac4&device=0&device_type=desktop&os=Windows&ssid=81t9jlvqbumhl7n7joh5v0i7a0&t=1760804628&typeid=0&url_type=2&value=&sign=79e187eedde3f1e570925c99c34c536634cf2791&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();