(function() { const u = '/apps/statistics.php?aid=441806&browser=IE&created_date=20260304&created_hour=00&dduuid=ee9eae8394495&device=0&device_type=desktop&os=Windows&ssid=n66f4870n8a63rn6o1qqo0ppg7&t=1772555238&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c33ee7580dd6e4d281aca75162125782ac9e32d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();