(function() { const u = '/apps/statistics.php?aid=454573&browser=IE&created_date=20260309&created_hour=18&dduuid=4413f8fe943a5&device=0&device_type=desktop&os=Windows&ssid=vcm2p44optha7k2rprte2qi461&t=1773052058&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adaf7f18a84bc7dbde9027625d60318f41846e11&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();