(function() { const u = '/apps/statistics.php?aid=453805&browser=IE&created_date=20260227&created_hour=04&dduuid=62991db36cdfa&device=0&device_type=desktop&os=Windows&ssid=4dbe2a2qu9774ochmrdm13uu0h&t=1772137931&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37ff85574e903a88764960dd0c1048bdaef0fe5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();