(function() { const u = '/apps/statistics.php?aid=22783&browser=IE&created_date=20260324&created_hour=12&dduuid=4d229bf640a71&device=0&device_type=desktop&os=Windows&ssid=i7sfftbb2jucl9lvn4iv9ajo6l&t=1774327307&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95dc8437a6f6997b49af6f2e1af023e47f284cbe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();