(function() { const u = '/apps/statistics.php?aid=104514&browser=IE&created_date=20260310&created_hour=14&dduuid=3fdae96e7681b&device=0&device_type=desktop&os=Windows&ssid=2hi6p0qfbbn4n2icb494r3fsg5&t=1773123979&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39fda93995e94725e5c7121d3e13435319d47864&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();