(function() { const u = '/apps/statistics.php?aid=422151&browser=IE&created_date=20260131&created_hour=20&dduuid=0542434dedc33&device=0&device_type=desktop&os=Windows&ssid=5sfverr73a6dafkho1tvt603bv&t=1769863676&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=588ebe501d7b987964dce68a41f091d246c4f1ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();