(function() { const u = '/apps/statistics.php?aid=266005&browser=IE&created_date=20260315&created_hour=10&dduuid=09833c945b652&device=0&device_type=desktop&os=Windows&ssid=611rhlg95k2104emb1a25hsp28&t=1773541456&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=483e5313a12d129f1a4d9b50bb53475f243e9a53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();