(function() { const u = '/apps/statistics.php?aid=107012&browser=IE&created_date=20260308&created_hour=03&dduuid=f25fdd6261b83&device=0&device_type=desktop&os=Windows&ssid=jdnvpa2tcc18gqrhvbn958dkc0&t=1772910015&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72d1daf3753f877b5b2434781e024f40439a973f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();