(function() { const u = '/apps/statistics.php?aid=454298&browser=IE&created_date=20260224&created_hour=05&dduuid=1210fa414d2f0&device=0&device_type=desktop&os=Windows&ssid=d7cvq15g2hfeium4bucnje26st&t=1771881094&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132a47a4c2ffd7fc5ce04fce944f75f04994c828&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();