(function() { const u = '/apps/statistics.php?aid=146089&browser=IE&created_date=20260122&created_hour=00&dduuid=a5c05bf0e4716&device=0&device_type=desktop&os=Windows&ssid=gnbf8rm2vlm575q6ced2jffqvh&t=1769014707&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=320dcdfe570239d0324539f15c3061dcd84359f1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();