(function() { const u = '/apps/statistics.php?aid=458378&browser=IE&created_date=20260316&created_hour=23&dduuid=9d33b62146306&device=0&device_type=desktop&os=Windows&ssid=avjdibe8q10c25tmfmrvijvdi3&t=1773674455&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9091d651ac1fd10352784fc7125d78b3d9fcd6fd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();