(function() { const u = '/apps/statistics.php?aid=432336&browser=IE&created_date=20260305&created_hour=09&dduuid=9fc318bd9d59a&device=0&device_type=desktop&os=Windows&ssid=ul91hl31fblr46i0q32o9u0gtl&t=1772673471&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28defc3c2f5dc09dd832fdd32ac1ed14369dd8fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();