(function() { const u = '/apps/statistics.php?aid=454507&browser=IE&created_date=20260307&created_hour=19&dduuid=661ba099ed45d&device=0&device_type=desktop&os=Windows&ssid=lsi20ghb9cnbbtlardvm0mbum6&t=1772884021&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=70f513ade0f0fef10fb0ba76667817700d03c0ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();