(function() { const u = '/apps/statistics.php?aid=98688&browser=IE&created_date=20260224&created_hour=15&dduuid=b7752ffa84eba&device=0&device_type=desktop&os=Windows&ssid=bu8fsgdionic2vr8fptn0q8toc&t=1771916767&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3efb74c2bfe23a96d64f90878dd4e2794a8f7571&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();