(function() { const u = '/apps/statistics.php?aid=47141&browser=IE&created_date=20260124&created_hour=13&dduuid=bcbd31640b7d6&device=0&device_type=desktop&os=Windows&ssid=9r6noh09i4p3oskrahsthq07el&t=1769234396&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2c9814e015d14fcecd73e60098a3db4f4943f4e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();