(function() { const u = '/apps/statistics.php?aid=213752&browser=IE&created_date=20260226&created_hour=11&dduuid=7f41d74d94d8f&device=0&device_type=desktop&os=Windows&ssid=893his3ki3e4q1694ueuso594o&t=1772078257&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51d422b7099438dc49855a753f130434b8bc4750&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();