(function() { const u = '/apps/statistics.php?aid=444947&browser=IE&created_date=20260312&created_hour=14&dduuid=5f583cbcc30b0&device=0&device_type=desktop&os=Windows&ssid=arlat5nir5ntsdmgrdk146io77&t=1773298405&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4aefb2435ab98303c9c790744bf9a63bb0d62687&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();