(function() { const u = '/apps/statistics.php?aid=442185&browser=IE&created_date=20260310&created_hour=05&dduuid=f064845b14923&device=0&device_type=desktop&os=Windows&ssid=n31ml7a979h44sfnsk065tngju&t=1773092068&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad0e28293b21447359da60012dd9fcb9e42d553b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();