(function() { const u = '/apps/statistics.php?aid=432949&browser=IE&created_date=20251228&created_hour=23&dduuid=b4b03e27e4185&device=0&device_type=desktop&os=Windows&ssid=5vbhugecle62db3go485l693ig&t=1766934384&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f29cd13d50bacc9bac90f4486db619e4dffee3f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();