(function() { const u = '/apps/statistics.php?aid=461738&browser=IE&created_date=20260313&created_hour=01&dduuid=b4bfa5686ecd3&device=0&device_type=desktop&os=Windows&ssid=b746hqsese0pjlm40n3n4791ek&t=1773336350&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=add85e0abae653ff940ce0b736ef33b57df7709a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();