(function() { const u = '/apps/statistics.php?aid=414386&browser=IE&created_date=20260303&created_hour=12&dduuid=bd9308e999539&device=0&device_type=desktop&os=Windows&ssid=d7rure6ka5sokt6jo0qd0s3ioh&t=1772512868&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5f5a96e618856ca8bed39aa284cbbea30cd7850&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();