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