(function() { const u = '/apps/statistics.php?aid=435992&browser=IE&created_date=20260316&created_hour=22&dduuid=ed9d9f35fdf32&device=0&device_type=desktop&os=Windows&ssid=mkep1ui3el9flgbrnv9sh5cf72&t=1773672265&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fae9e1b46a8a5b22ee2bc5cb42b5e5ff4647e00e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();