(function() { const u = '/apps/statistics.php?aid=452188&browser=IE&created_date=20260306&created_hour=06&dduuid=0491acd7db8ac&device=0&device_type=desktop&os=Windows&ssid=168o879vfof1lklfgh83au867n&t=1772749414&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1482fa3842214941f4e06f8d015e7f68ee1cc4e7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();