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