(function() { const u = '/apps/statistics.php?aid=455672&browser=IE&created_date=20260304&created_hour=11&dduuid=427051d73d4a4&device=0&device_type=desktop&os=Windows&ssid=jmocpisgd2deagshlf106e1hig&t=1772594518&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec39aacd470870dff8536689bbd8e4b890c78ab3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();