(function() { const u = '/apps/statistics.php?aid=75719&browser=IE&created_date=20260227&created_hour=18&dduuid=113222cf11166&device=0&device_type=desktop&os=Windows&ssid=itsoaj9fmft8be0gqtu90huobk&t=1772189681&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eee7dd2fb20c2be37f5cda2dc87ab3e9e302f5e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();