(function() { const u = '/apps/statistics.php?aid=428256&browser=IE&created_date=20260311&created_hour=16&dduuid=4656d5d6e9de7&device=0&device_type=desktop&os=Windows&ssid=g93bc3q259ep2d63j0qbhe9stq&t=1773218444&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a23f8a5e18a41f9c1fda1cb94e32d44f2e394138&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();