(function() { const u = '/apps/statistics.php?aid=17932&browser=IE&created_date=20260312&created_hour=04&dduuid=1b473108351f7&device=0&device_type=desktop&os=Windows&ssid=r7qdvg00423oa1du33v77mj138&t=1773261013&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d4695e247aac8744ae4c90d1a77e5c44fd97655&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();