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