(function() { const u = '/apps/statistics.php?aid=430045&browser=IE&created_date=20260118&created_hour=13&dduuid=ccc8a0f0a2d71&device=0&device_type=desktop&os=Windows&ssid=hul3t42erfn1lpr4cjgmrrs7m3&t=1768714455&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ac93dd629543c35b667225066fe5cfb099d7191e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();