(function() { const u = '/apps/statistics.php?aid=421716&browser=IE&created_date=20260224&created_hour=23&dduuid=1ec12bf195ab6&device=0&device_type=desktop&os=Windows&ssid=tkfdl8g8llkrhjh903tm6kb4pr&t=1771945458&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9cb089630d3ebb0a7dc44768edb80fc22bbc50f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();