(function() { const u = '/apps/statistics.php?aid=433328&browser=IE&created_date=20251228&created_hour=17&dduuid=4ce7134b10e6b&device=0&device_type=desktop&os=Windows&ssid=32a78mfkh5g9l68d2so47kkkig&t=1766913438&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d53af677b8ce47c3a1ec92f802f361c0d3554ba8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();