(function() { const u = '/apps/statistics.php?aid=368904&browser=IE&created_date=20260311&created_hour=23&dduuid=aa7e4e13619c7&device=0&device_type=desktop&os=Windows&ssid=b857p497jrebo9ghongr59vkde&t=1773244654&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3359c25470853fd9fac7acaede6d45aef579177&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();