(function() { const u = '/apps/statistics.php?aid=210300&browser=IE&created_date=20251223&created_hour=18&dduuid=87cff6fad4f19&device=0&device_type=desktop&os=Windows&ssid=3rbg878hnqgo83uld8rgj5mtsd&t=1766484725&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1606b9ecb3ce6265fee820eb9185744e08e23b3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();