(function() { const u = '/apps/statistics.php?aid=431822&browser=IE&created_date=20260304&created_hour=00&dduuid=ccd28b5af9d8d&device=0&device_type=desktop&os=Windows&ssid=t2bddn11j9qlipt2scfbcidvpr&t=1772553630&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=065d2db13a5767619c142628c12c7b91d9b16640&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();