(function() { const u = '/apps/statistics.php?aid=449408&browser=IE&created_date=20260226&created_hour=03&dduuid=a12a5e1e3ad0a&device=0&device_type=desktop&os=Windows&ssid=bttk906lnga8odcg1j4hs5f2ts&t=1772048792&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1249f1afe50d69f00f2f7bbe109e85afff348f88&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();