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