(function() { const u = '/apps/statistics.php?aid=454372&browser=IE&created_date=20260223&created_hour=23&dduuid=697c06f97e77e&device=0&device_type=desktop&os=Windows&ssid=ir9rvc24knmtl2jtarcuod32of&t=1771861520&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=72df02849c7a0ec39ac27ae3f33d3fa219ab749a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();