(function() { const u = '/apps/statistics.php?aid=440044&browser=IE&created_date=20260228&created_hour=09&dduuid=967a16a21413c&device=0&device_type=desktop&os=Windows&ssid=hcbf5kfm7gv9l9d3aq9e3fuhsb&t=1772241130&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7ab6083cf819566aef8490c574245fabd70ba25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();