(function() { const u = '/apps/statistics.php?aid=419629&browser=IE&created_date=20260114&created_hour=10&dduuid=a4d7b145006c9&device=0&device_type=desktop&os=Windows&ssid=1r0ksufhjfm8f587bilqll9t2e&t=1768356216&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cd8d4a35d10c8ce673b5e08c906b43ff286e5b21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();