(function() { const u = '/apps/statistics.php?aid=448667&browser=IE&created_date=20260112&created_hour=05&dduuid=89ff728734820&device=0&device_type=desktop&os=Windows&ssid=qvbg10jf00dpulkvsbtbmo3f6h&t=1768168674&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a5dedbc24fabbdabe622ed7bacf127cb1c9fc1ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();