(function() { const u = '/apps/statistics.php?aid=454586&browser=IE&created_date=20260305&created_hour=03&dduuid=418665bd8cd72&device=0&device_type=desktop&os=Windows&ssid=2dd7av8afo2dqgt0320b6nq5ib&t=1772651810&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd84b91ecc8b1de60a8ffc93db6ef0524c278d7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();