(function() { const u = '/apps/statistics.php?aid=405006&browser=IE&created_date=20260311&created_hour=07&dduuid=2dffc44ac82fe&device=0&device_type=desktop&os=Windows&ssid=d57lqa9vfg604clql3n97diofc&t=1773185789&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=384c4c1acc3cfd9819239d17ef148c21fbe5be72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();