(function() { const u = '/apps/statistics.php?aid=438003&browser=IE&created_date=20260311&created_hour=05&dduuid=3a9f67d7288f3&device=0&device_type=desktop&os=Windows&ssid=n79atr566s3hqqm33sfomms0v5&t=1773177704&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9579e9bc2551a1ce245dabd96eaaa67138aab62f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();