(function() { const u = '/apps/statistics.php?aid=209336&browser=IE&created_date=20251228&created_hour=00&dduuid=741bbdb5396ca&device=0&device_type=desktop&os=Windows&ssid=8dup8grbinv9do3bvl57hpcvkt&t=1766853004&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cfc919b07507db2d7ce70757e83a568ae42ee599&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();