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