(function() { const u = '/apps/statistics.php?aid=98552&browser=IE&created_date=20260124&created_hour=00&dduuid=7ccbaeefa152f&device=0&device_type=desktop&os=Windows&ssid=ivp79olu19n8e4sp4llk52664i&t=1769184650&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ae9cbf6c5dbc20758f71698e4485b68e08ff039&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();