(function() { const u = '/apps/statistics.php?aid=345922&browser=IE&created_date=20260306&created_hour=13&dduuid=a218e5ba010b0&device=0&device_type=desktop&os=Windows&ssid=2tt1gclebtpe2t1milsvo7o0qh&t=1772775240&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05ef98af90c1fc40fccc4f64a61866d0f433218b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();