(function() { const u = '/apps/statistics.php?aid=12903&browser=IE&created_date=20260123&created_hour=09&dduuid=7b04c470f6374&device=0&device_type=desktop&os=Windows&ssid=8jdbpd70oet0n8b6nr80iat1ln&t=1769132096&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d0086df57dad9be36475d57d04b25026438a3de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();