(function() { const u = '/apps/statistics.php?aid=27&browser=IE&created_date=20260227&created_hour=06&dduuid=4c91e1fd47329&device=0&device_type=desktop&os=Windows&ssid=t6lre5t4rcp25ef3nrrfte0ksp&t=1772143882&typeid=6&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=325ce2662d65753628500ae4ab76a93487c10e58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();