(function() { const u = '/apps/statistics.php?aid=402617&browser=IE&created_date=20260307&created_hour=20&dduuid=9b08d41a60a0c&device=0&device_type=desktop&os=Windows&ssid=sndntlbnl9r3bevs7s2aqledie&t=1772886079&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0ec345f1a7dadcb46f3f0afdfd7e637a337e039&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();