(function() { const u = '/apps/statistics.php?aid=455908&browser=IE&created_date=20260311&created_hour=05&dduuid=cc5d87edd3b4c&device=0&device_type=desktop&os=Windows&ssid=hr20rjd0iki5o7uinouiqflmir&t=1773177460&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=04ee053ac84c7208adb82808966ed10bee48d02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();