(function() { const u = '/apps/statistics.php?aid=443016&browser=IE&created_date=20251221&created_hour=15&dduuid=548f1e1bde4a0&device=0&device_type=desktop&os=Windows&ssid=dem5113d6ss4vvrvh2octtun8c&t=1766301470&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5e2e62870b3cbef8af5151abbf5a48d3d51f86d8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();