(function() { const u = '/apps/statistics.php?aid=334327&browser=IE&created_date=20260307&created_hour=11&dduuid=d70c1e60e5fc0&device=0&device_type=desktop&os=Windows&ssid=emgqbvq6gmu1ssc4gbuq29q303&t=1772855475&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19281e9d87e623853d79ee9080b2840a3b695c4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();