(function() { const u = '/apps/statistics.php?aid=99069&browser=IE&created_date=20260310&created_hour=14&dduuid=b031a8b3395f2&device=0&device_type=desktop&os=Windows&ssid=boc1t3j2mb7vqne5smgdo6r99l&t=1773123979&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=038e0f9c012d426efd6ae28e58a05891150ffd4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();