(function() { const u = '/apps/statistics.php?aid=400496&browser=IE&created_date=20260206&created_hour=21&dduuid=b9e2faa9ef8cd&device=0&device_type=desktop&os=Windows&ssid=ccatam0n77pflphck0mqusp3ms&t=1770385022&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a47c7c0b9f6693344205b36a6d03aca657fd4366&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();