(function() { const u = '/apps/statistics.php?aid=452451&browser=IE&created_date=20260311&created_hour=19&dduuid=c102fb6d687e4&device=0&device_type=desktop&os=Windows&ssid=r55vk362t7r5k3po7r93dd7lic&t=1773228725&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=170eb845ec624ce7e5672fa699a519b73cb3980e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();