(function() { const u = '/apps/statistics.php?aid=450552&browser=IE&created_date=20260225&created_hour=16&dduuid=6a57134d50720&device=0&device_type=desktop&os=Windows&ssid=461o2u2g0rn65favn4dfppr68v&t=1772007053&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5e025f035c99fe658e2cf7ab128898c3e4d1c4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();