(function() { const u = '/apps/statistics.php?aid=435069&browser=IE&created_date=20260101&created_hour=07&dduuid=8671788459ee4&device=0&device_type=desktop&os=Windows&ssid=dh7th0l2jqun0ht1prb12nfpgh&t=1767223352&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddfd5da15f54f627d6a2f420d02f3e38f058b717&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();