(function() { const u = '/apps/statistics.php?aid=207768&browser=IE&created_date=20260103&created_hour=15&dduuid=ef0829898053b&device=0&device_type=desktop&os=Windows&ssid=217oqjqrskksve718qsiq0ahch&t=1767424321&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5895881ba5a8d5f7356290a679c7ce0e5daf7eeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();