(function() { const u = '/apps/statistics.php?aid=455375&browser=IE&created_date=20260310&created_hour=23&dduuid=29195acf4d670&device=0&device_type=desktop&os=Windows&ssid=pa8mhbi0vh7p8rg4ko6n8gargi&t=1773156141&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20bd36d2c4af98fdf5c344aa46224732a2507e98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();