(function() { const u = '/apps/statistics.php?aid=392058&browser=IE&created_date=20260305&created_hour=02&dduuid=70debe5b850be&device=0&device_type=desktop&os=Windows&ssid=3bd3h4vdl8mbrtgfnbrfmrje89&t=1772649216&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d30ac212a6e217553c6bad63843d7a7d416596f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();