(function() { const u = '/apps/statistics.php?aid=104508&browser=IE&created_date=20260124&created_hour=00&dduuid=6eccce304a8c9&device=0&device_type=desktop&os=Windows&ssid=6quo77v9q4plghrsrpisgn61cu&t=1769184703&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=184bd012073e8903f88ffab18d8a0f894fd0e2b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();