(function() { const u = '/apps/statistics.php?aid=403089&browser=IE&created_date=20260126&created_hour=02&dduuid=2e093dd61ad9c&device=0&device_type=desktop&os=Windows&ssid=q65tld6mt11kchqgvl6e50ugmo&t=1769365635&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2eed1321d103a69d7f838f6dce6e3257358e391&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();