(function() { const u = '/apps/statistics.php?aid=463483&browser=IE&created_date=20260321&created_hour=20&dduuid=8e77702347fbe&device=0&device_type=desktop&os=Windows&ssid=ss86bvnrfg95v3050m7h7dfthm&t=1774094967&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2dfb6bb5b7a69c4e48a464fd1e613c216f6dc4d1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();