(function() { const u = '/apps/statistics.php?aid=448454&browser=IE&created_date=20260110&created_hour=14&dduuid=ab063d7ec2e86&device=0&device_type=desktop&os=Windows&ssid=2mftmg4fr8sqq0u84vpodr4oer&t=1768025810&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d302b7fce3146e708eaa1b74425af4de4cd0901c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();