(function() { const u = '/apps/statistics.php?aid=312633&browser=IE&created_date=20260313&created_hour=12&dduuid=dfb61b36a139f&device=0&device_type=desktop&os=Windows&ssid=iavugdd6j5v7n7leoeo81rr1ot&t=1773375210&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=936d95596362bf3fb3241fffeb0460b74e7b0fd3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();