(function() { const u = '/apps/statistics.php?aid=455201&browser=IE&created_date=20260308&created_hour=13&dduuid=84d079b013b8c&device=0&device_type=desktop&os=Windows&ssid=03v6th6tu6u0urub2u7ivc03vo&t=1772948838&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4334ac64f72a9dd283b00e1ea175fbb9b59afcff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();