(function() { const u = '/apps/statistics.php?aid=445571&browser=IE&created_date=20260304&created_hour=16&dduuid=ae2cf1390b148&device=0&device_type=desktop&os=Windows&ssid=68at9ghp5f7rgjgp5br7ru5qu0&t=1772613381&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d59dd870771035bac46b5116d4f3acbadec82267&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();