(function() { const u = '/apps/statistics.php?aid=182925&browser=IE&created_date=20260115&created_hour=08&dduuid=e92a7d4963696&device=0&device_type=desktop&os=Windows&ssid=tn8qv77873ll0gqntj6gqqpgco&t=1768437826&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8270be155f04098f76c414e25f238cc188655b08&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();