(function() { const u = '/apps/statistics.php?aid=272995&browser=IE&created_date=20260226&created_hour=05&dduuid=35d092a3fd9ce&device=0&device_type=desktop&os=Windows&ssid=v0if0o9vfo2c75mqgnlffh12kr&t=1772055613&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3394a75bbe26ae447a21dc0b5f5ed463e0b19844&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();