(function() { const u = '/apps/statistics.php?aid=344753&browser=IE&created_date=20260312&created_hour=21&dduuid=fd070ac7809b0&device=0&device_type=desktop&os=Windows&ssid=fl6v1078t0cjtnlin8qdiltp5a&t=1773323638&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d172387faa2e5749802a10bc7afcae81b3bf8c69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();