(function() { const u = '/apps/statistics.php?aid=434679&browser=IE&created_date=20260101&created_hour=17&dduuid=c3c3a26405d96&device=0&device_type=desktop&os=Windows&ssid=ngim04bcl54ahrsh1a66sfmics&t=1767259734&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4899a3d5e8c35b5df8b269c0b26ed5cb74e17acd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();