(function() { const u = '/apps/statistics.php?aid=451532&browser=IE&created_date=20260225&created_hour=16&dduuid=8923c3ff8d4d0&device=0&device_type=desktop&os=Windows&ssid=t66702j88eqgis663ov1733s9r&t=1772009310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74f8645530622c51a801b1475e990c1fd917e27d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();