(function() { const u = '/apps/statistics.php?aid=74666&browser=IE&created_date=20260117&created_hour=16&dduuid=361a1675b3c90&device=0&device_type=desktop&os=Windows&ssid=1cs7tjk5o3hbm71uqf5677r8n4&t=1768639822&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6087e743903c3bad4e46f99c7be7f63ae122a5ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();