(function() { const u = '/apps/statistics.php?aid=213793&browser=IE&created_date=20260228&created_hour=14&dduuid=0018967f5d9f4&device=0&device_type=desktop&os=Windows&ssid=k8rao9091sm1sp6hg2eaoqp88p&t=1772258856&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14d72040b15d1ed187e9e70c0996c504911c5115&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();