(function() { const u = '/apps/statistics.php?aid=457975&browser=IE&created_date=20260311&created_hour=09&dduuid=df4bf342682ea&device=0&device_type=desktop&os=Windows&ssid=ij6p9qk420ogvm171pnq843gck&t=1773192132&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a7fef89f13da352d62de16339909b4edadb5250d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();