(function() { const u = '/apps/statistics.php?aid=449036&browser=IE&created_date=20260308&created_hour=00&dduuid=ecdb55d363ff7&device=0&device_type=desktop&os=Windows&ssid=t6ttbqhpcn1qb6frm1tkovnh03&t=1772901488&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b965cf8626a634d674991549d48845f753ef648&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();