(function() { const u = '/apps/statistics.php?aid=420178&browser=IE&created_date=20260103&created_hour=06&dduuid=69d0adb52ad00&device=0&device_type=desktop&os=Windows&ssid=77hf7oecgnpkvsnnte0in16j7n&t=1767394674&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19a45983c3ba4b0db27179f54e3e3fe0b7d9abe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();