(function() { const u = '/apps/statistics.php?aid=423982&browser=IE&created_date=20260102&created_hour=02&dduuid=cba65d01be759&device=0&device_type=desktop&os=Windows&ssid=a7okse85ib5ain5fk714qo1v7j&t=1767292520&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a9d0b0378774772a65d1e4068e3f55258e06b44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();