(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251103&created_hour=03&dduuid=15505abb45dfa&device=0&device_type=desktop&os=Windows&ssid=s00kc77a7rtuk9pg9g6lhfo4i1&t=1762112356&typeid=0&url_type=2&value=&sign=3891436a2664b977461a95a5c38138adb4f606dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();