(function() { const u = '/apps/statistics.php?aid=456052&browser=IE&created_date=20260310&created_hour=06&dduuid=b58f130ceee53&device=0&device_type=desktop&os=Windows&ssid=ef40dr25a55573krbm6phd3sq8&t=1773094431&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1c5837d6188b24aa9c08ade2a749830ac885ae4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();