(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=17&dduuid=a98ffb4cc1082&device=0&device_type=desktop&os=Windows&ssid=738n02n4d7jq5mn49fvnh1ej75&t=1760520181&typeid=0&url_type=2&value=&sign=854010c7b6c912c48ab0c30031764e25ba652b41&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();