(function() { const u = '/apps/statistics.php?aid=434884&browser=IE&created_date=20260312&created_hour=01&dduuid=5340a31f882ef&device=0&device_type=desktop&os=Windows&ssid=cvq7lm2hhs6hdnbvubdt0ft633&t=1773249392&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33fb8e33b033c50fd3a460f3c1b4a711fcac7dc6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();