(function() { const u = '/apps/statistics.php?aid=805&browser=IE&created_date=20260315&created_hour=04&dduuid=13c6557672a66&device=0&device_type=desktop&os=Windows&ssid=sb0k92orqudat3a87h4926pv18&t=1773519206&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ddaf8dbbbb9d060de27cf74092ff9ebc63bfba0f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();