(function() { const u = '/apps/statistics.php?aid=438001&browser=IE&created_date=20260112&created_hour=12&dduuid=48698fc3af19d&device=0&device_type=desktop&os=Windows&ssid=qpcvqqchgng94ie3pghd26f6gf&t=1768192941&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9dd4f38bfd78a0048beaa6e28c2ccbccbdcda97d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();