(function() { const u = '/apps/statistics.php?aid=347449&browser=IE&created_date=20260312&created_hour=18&dduuid=f97ad39513c42&device=0&device_type=desktop&os=Windows&ssid=2gqp5thjo2e2fva9rnd903kpi3&t=1773312477&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=697b738c141ca94b70c5870c0fae2fbb77a0f92e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();