(function() { const u = '/apps/statistics.php?aid=40887&browser=IE&created_date=20260124&created_hour=17&dduuid=b944d49c8fc9b&device=0&device_type=desktop&os=Windows&ssid=80og81s1bljdbce4n8vlbe2gaq&t=1769246900&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7af7dcee088295255ed5d83b66e042ffc31def58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();