(function() { const u = '/apps/statistics.php?aid=3&browser=IE&created_date=20260323&created_hour=10&dduuid=5479e30c72076&device=0&device_type=desktop&os=Windows&ssid=o09tgp10hfqr544kos218it1f0&t=1774232632&typeid=2&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=116fb0952612b5bf58d6ed27077198c1e10d19af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();