(function() { const u = '/apps/statistics.php?aid=456136&browser=IE&created_date=20260227&created_hour=13&dduuid=8a72f67c85195&device=0&device_type=desktop&os=Windows&ssid=3h8nkos3o50gfbgtf583bm90dd&t=1772169547&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c4edb588366400f44d8ae3498dc0e48d0f0f7bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();