(function() { const u = '/apps/statistics.php?aid=366149&browser=IE&created_date=20260114&created_hour=03&dduuid=133f25a02e7c4&device=0&device_type=desktop&os=Windows&ssid=5et6515fdrui8nnbnb3p65uj44&t=1768333551&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=afda1f8f400d63e9ef6c270417a761c06d1ea086&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();