(function() { const u = '/apps/statistics.php?aid=258679&browser=IE&created_date=20260308&created_hour=09&dduuid=feb22f3a17226&device=0&device_type=desktop&os=Windows&ssid=vjh3b9qqbl89g0du3bfq6oc5cr&t=1772933656&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc02673144777d4cc19107750da299bf548caa5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();