(function() { const u = '/apps/statistics.php?aid=455244&browser=IE&created_date=20260312&created_hour=01&dduuid=ff5b886f6c119&device=0&device_type=desktop&os=Windows&ssid=po037h68lt817jesotdlk2ccn6&t=1773249696&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1d54042036f824c2caab518f3cd15181512973b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();