(function() { const u = '/apps/statistics.php?aid=453736&browser=IE&created_date=20260305&created_hour=15&dduuid=8974ac536f7c7&device=0&device_type=desktop&os=Windows&ssid=0ibm1sq5sra1b60mifqau4cm1c&t=1772695401&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=998c3425a284a29fea7ae4bdd320e802929553dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();