(function() { const u = '/apps/statistics.php?aid=324425&browser=IE&created_date=20260313&created_hour=08&dduuid=4c6f14295471e&device=0&device_type=desktop&os=Windows&ssid=uo8fbnrsjap0rfc537oluveipj&t=1773362680&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52fb3e010fbdc3d2837116e8e35a08976fe6e116&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();