(function() { const u = '/apps/statistics.php?aid=346301&browser=IE&created_date=20260313&created_hour=04&dduuid=1ceebf64e5caa&device=0&device_type=desktop&os=Windows&ssid=vvm011ga5ieulq1sj99sk86h6e&t=1773348466&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89186a0935091cd64715602a15377df8344d9577&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();