(function() { const u = '/apps/statistics.php?aid=449049&browser=IE&created_date=20260113&created_hour=10&dduuid=e457fa612a658&device=0&device_type=desktop&os=Windows&ssid=9fu5okr8186v4n4314fodga5n1&t=1768269780&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77c42f39cd43b4fab303276c37eb1fc143e9b204&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();