(function() { const u = '/apps/statistics.php?aid=405013&browser=IE&created_date=20260311&created_hour=07&dduuid=67c009604f43c&device=0&device_type=desktop&os=Windows&ssid=1tbenm2dj1s7upuu3q1qsnik85&t=1773185739&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2e0f58881d100c43029a0c97fd1170e97d0028d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();