(function() { const u = '/apps/statistics.php?aid=141262&browser=IE&created_date=20260310&created_hour=15&dduuid=b10b8f092669c&device=0&device_type=desktop&os=Windows&ssid=45vfg2orr4k1k11pve5f9dtjh9&t=1773128077&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b95d760e9d19aa157eaae44d3d1dbe2f715d8ac5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();