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