(function() { const u = '/apps/statistics.php?aid=454588&browser=IE&created_date=20260305&created_hour=02&dduuid=b87677d7b8db1&device=0&device_type=desktop&os=Windows&ssid=r7iorg30dmtmc5kcplbh904mfm&t=1772649273&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e46cf11dcdcacd8baf26e00c25665d16878fbd2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();