(function() { const u = '/apps/statistics.php?aid=427448&browser=IE&created_date=20260113&created_hour=11&dduuid=c264d3b73dc7c&device=0&device_type=desktop&os=Windows&ssid=son07ib1p0eg5lftp32vkeu45f&t=1768276595&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9738c798bbf34c5905afff3dbdd160631e7962dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();