(function() { const u = '/apps/statistics.php?aid=453822&browser=IE&created_date=20260224&created_hour=07&dduuid=723f13ce24d43&device=0&device_type=desktop&os=Windows&ssid=f0hgsjeb0pbfaqvvpjmier2tdr&t=1771890405&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5636b814b55010e1c3ce618521316a1100687863&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();