(function() { const u = '/apps/statistics.php?aid=451731&browser=IE&created_date=20260313&created_hour=03&dduuid=4a56fc364b5fb&device=0&device_type=desktop&os=Windows&ssid=464ocd7q6b9c8g09jkajehtak0&t=1773342285&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33a690925b6d924c6ca2e358b50353b20cccf2df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();