(function() { const u = '/apps/statistics.php?aid=456050&browser=IE&created_date=20260305&created_hour=20&dduuid=de6f8e0abd168&device=0&device_type=desktop&os=Windows&ssid=ck2rlikm91p5mb0vhept6trmso&t=1772714266&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d4912d64d6173f2acc08cba55e8cb3552a2278e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();