(function() { const u = '/apps/statistics.php?aid=278062&browser=IE&created_date=20260308&created_hour=02&dduuid=66199aa8c1170&device=0&device_type=desktop&os=Windows&ssid=k5fm265bn5c3b9lfj18a1e3kpl&t=1772908913&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58d83e77547b5c9750b7cfc753d304ef94dd3070&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();