(function() { const u = '/apps/statistics.php?aid=243694&browser=IE&created_date=20260121&created_hour=07&dduuid=7bff90b74aaf1&device=0&device_type=desktop&os=Windows&ssid=uqd3u8fmg5ooj0rqjbj7hotad5&t=1768951912&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=588a1fd73098101874d412f4ea5a3c0d6ff7d4f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();