(function() { const u = '/apps/statistics.php?aid=22701&browser=IE&created_date=20260118&created_hour=12&dduuid=fca713861a63c&device=0&device_type=desktop&os=Windows&ssid=057r9mgon6rba4h8ev472t23l0&t=1768710395&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f0892abf5b9b7edbbf5315a8a75de6b832a28dcf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();