(function() { const u = '/apps/statistics.php?aid=428078&browser=IE&created_date=20260122&created_hour=00&dduuid=74169e4fdfc79&device=0&device_type=desktop&os=Windows&ssid=o1emdqon105vp6dv7tuibgh0l3&t=1769012986&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2345e417bea8ab8af470674aca0f4d28d2d0829a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();