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