(function() { const u = '/apps/statistics.php?aid=442429&browser=IE&created_date=20260311&created_hour=00&dduuid=1fba717677c09&device=0&device_type=desktop&os=Windows&ssid=s6t1sanm32cdomibnbqbsua150&t=1773160176&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0379e57f5b218a05c8d3d908a89ecc1b6daa1dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();