(function() { const u = '/apps/statistics.php?aid=113109&browser=IE&created_date=20260312&created_hour=14&dduuid=58bc6a0359d76&device=0&device_type=desktop&os=Windows&ssid=tqf8v08ha820mnilfd4vgnvos8&t=1773295289&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50f4d79e29d3cf3629ba1a8dc3e0022a1ca0a806&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();