(function() { const u = '/apps/statistics.php?aid=442952&browser=IE&created_date=20260307&created_hour=14&dduuid=bf84cfbdd56e7&device=0&device_type=desktop&os=Windows&ssid=2q3863bofsdpoejdn32gl01do8&t=1772864360&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dd9b824a1175ea9a30ad551e474c86215c7f091&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();