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