(function() { const u = '/apps/statistics.php?aid=430204&browser=IE&created_date=20251230&created_hour=08&dduuid=9288154a1304c&device=0&device_type=desktop&os=Windows&ssid=l8pn06c082pbi38dsrna8upfrk&t=1767054152&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e329c060ca6459dfa6192b0340612e07eab7413&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();