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