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