(function() { const u = '/apps/statistics.php?aid=213682&browser=IE&created_date=20260304&created_hour=03&dduuid=7358e33fb6e55&device=0&device_type=desktop&os=Windows&ssid=2qop96nh47bv0151ua1bmvo72m&t=1772566200&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ceedeba60e5e83191d6056296c3fe276f6d563de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();