(function() { const u = '/apps/statistics.php?aid=270932&browser=IE&created_date=20260314&created_hour=22&dduuid=3ee3eeff38701&device=0&device_type=desktop&os=Windows&ssid=v7lv6km363ko27nnb1k9i6t2vb&t=1773497563&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d57055db3732b20e16900cf1eb38536ced1337b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();