(function() { const u = '/apps/statistics.php?aid=453794&browser=IE&created_date=20260227&created_hour=15&dduuid=b62e35234c901&device=0&device_type=desktop&os=Windows&ssid=ir7v02308ic7l27gthh8oksivf&t=1772178583&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f44f4f366dac4ac7fc228eda3e941a460279ae16&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();