(function() { const u = '/apps/statistics.php?aid=81607&browser=IE&created_date=20260122&created_hour=04&dduuid=8752cfba70e04&device=0&device_type=desktop&os=Windows&ssid=h5jblrq4cps8q4u1f7cql4eobb&t=1769026278&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=067b1de8841d25023b6d7083e0c649be46582235&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();