(function() { const u = '/apps/statistics.php?aid=232052&browser=IE&created_date=20260226&created_hour=08&dduuid=5df4c68893fb4&device=0&device_type=desktop&os=Windows&ssid=cqlbjs4ua55vdsa3ng1jar9cce&t=1772065182&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=686c7c152bd9afce46fee02521fc730b424e2e67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();