(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251016&created_hour=02&dduuid=1c7bfd92b7e9a&device=0&device_type=desktop&os=Windows&ssid=nb215c3726ujlh6p637jld0gso&t=1760553314&typeid=0&url_type=2&value=&sign=cb31a28b41aa062dbcbe57b369daf8fd8703b8e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();