(function() { const u = '/apps/statistics.php?aid=187971&browser=IE&created_date=20260115&created_hour=04&dduuid=4fd7b23c3ff71&device=0&device_type=desktop&os=Windows&ssid=dvco9vgi45vifv5q46lgdh85uv&t=1768424221&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cda94d1fd020c98a64ee15a9821947ecc8e53d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();