(function() { const u = '/apps/statistics.php?aid=21064&browser=IE&created_date=20260112&created_hour=05&dduuid=3956fd741f0cb&device=0&device_type=desktop&os=Windows&ssid=o6n3cgpspvd6tp7e9mevtph5j8&t=1768168410&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99314c4403c750ae873b31eba1fd20e5b0c88bd9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();