(function() { const u = '/apps/statistics.php?aid=369424&browser=IE&created_date=20260113&created_hour=22&dduuid=0621be1256852&device=0&device_type=desktop&os=Windows&ssid=5pbmlmujjpkm63uh7d5aean7i4&t=1768313455&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68dee566fe5d1e14fe5f4298867360cc58752b34&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();